Fix a documentation copy-paste error
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 03:53:03 +0000 (23:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 03:53:03 +0000 (23:53 -0400)
The color chooser doesn't deal with fonts.

gtk/gtkcolorchooserwidget.c

index 5273e17e9938eac367bea95e39f2132d3cc66c18..58e0c6c9cc2639292c7e1b3be8cabb1241c3b97b 100644 (file)
@@ -50,7 +50,7 @@
  * as custom colors.
  *
  * To change the initially selected color, use gtk_color_chooser_set_rgba().
- * To get the selected font use gtk_color_chooser_get_rgba().
+ * To get the selected color use gtk_color_chooser_get_rgba().
  *
  * The #GtkColorChooserWidget is used in the #GtkColorChooserDialog
  * to provide a dialog for selecting colors.